You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TMtx Class
>
TMtx Methods
>
LQR Method
>
TMtx.LQR Method ([In] TMtx, [In] TMtx, [In] TMtx, bool)
Dew Math for .NET
Example
TMtx.LQR Method ([In] TMtx, [In] TMtx, [In] TMtx, bool)
var L,Q,R,A:
TMtx
; begin CreateIt(Q,R,A);
try
A.SetIt(3,2,False,[1,2, 3,4, 3,3]); A.LQR(nil,Q,R,
false
);
finally
FreeIt(Q,R,A); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home